home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo HELP TRANSFER TO DRIVE B
- echo .
- echo This utility copies HELP to a floppy disk on Drive B. Place the
- echo original disk with the HELP program in Drive A. Place a FORMATTED
- echo disk in Drive B, and then press any key to continue.
- echo .
- echo It is OK to have other programs or DOS utilities on the formatted
- echo disk in Drive B, but you will need about 90,000 bytes of space on
- echo Drive B for the HELP files NOT COUNTING SPACE FOR BASICA.
- echo .
- echo If you DO NOT want to continue with this transfer, hold down the
- echo CTRL (control) key and simultaneously press C. Then answer with
- echo a Y when DOS asks if you want to terminate the batch job.
- echo .
- echo Otherwise, press any key to continue.
- echo .
- pause
- cd a:\
- cd b:\
- copy a:help.bat b:/v
- cd a:\help
- copy a:readme.bat b:/v
- copy a:readme.doc b:/v
- copy a:copyto-b.bat b:/v
- copy a:copyto-c.bat b:/v
- copy a:read-too.bat b:/v
- copy a:read-too.doc b:/v
- mkdir b:\help
- cd b:\help
- copy a:*.* b:/v
- cd a:\
- cd b:\
- cls
- echo on
- rem * Done with Transfer of HELP *